home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / keystf.zip / KEYSTUFF.TXT < prev   
Text File  |  1989-02-21  |  1KB  |  29 lines

  1.                        Keystuff.com
  2.                             
  3.     Keystuff is meant to be put in batch files, and used to automatically 
  4. input those "yes," "no," "press any key to begin," etc. instructions 
  5. to get to the main body of your application. It can stuff up to 15 
  6. characters in the computer's keyboard buffer. When the application 
  7. runs, it reads the codes in the buffer as if you had typed the keys 
  8. yourself.
  9.  
  10.     For example, my batch file used to call up Procomm+TD uses two 
  11. keypresses to get to the main screen. Since any key will do, my batch 
  12. file looks like:
  13.         
  14.                   keystuff yy
  15.                   pcplustd
  16.                   
  17.    Keyboard uses the tilde (~) as the enter key. If you need returns 
  18. after your program prompts, you can type:
  19.    
  20.                   keystuff y~n~
  21.                   [program]
  22.                   
  23.    This program was put in the public domain by Blake McArthur, Winnipeg, 
  24. Canada. Further information can be found in the September 1988 issue of 
  25. PCResource Magazine.
  26.    
  27.         Enjoy.                        Greg Perlstein
  28.                                       CIS 76667,353
  29.